home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / fig.helpmark < prev    next >
Text File  |  1991-10-23  |  6KB  |  111 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                   figure                                    |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\figπ%
  6.  
  7. Parameters:    π|first parameter = markup
  8.     second parameter = the figure titleπ%
  9.  
  10.     π|Description:π%
  11. A figure is a representation or  illustration.  The \figure markup can leave
  12. space for a figure,  number it, print the figure  title, and ensure that the
  13. title gets  placed in the contents.   The figure  markup has two parameters:
  14. markup and the title of the figure.
  15.     The "markup"  can be a  \verticalspace markup, \fullpage,  \halfpage, or
  16. text such  as a table, etc.   The "title"  is the title of  the figure which
  17. will print at the bottom of the figure and in the table of contents.
  18.     If you  want a figure  on an entire  page, enter \fullpage  as the first
  19. parameter.  If  you want a figure to fill half  of the page, enter \halfpage
  20. as the first parameter.
  21.  
  22.     π|Example:π%
  23. If you  want to use  \asisbegin, it  must go outside  of the  figure and the
  24. title cannot be more than one line long.
  25.  
  26. \aib
  27. \figure{\tt
  28.            clay
  29.                                 Human
  30.   pressure
  31.                   parent rock
  32.                                  temperature
  33. }{Origin of the Stone Species}
  34. \aie
  35.  
  36. +-----------------------------------------------------------------------------+
  37. |                                                                             |
  38. |                                                                             |
  39. |                                                                             |
  40. |                                                                             |
  41. |                                                                             |
  42. |            clay                                                             |
  43. |                                 Human                                       |
  44. |   pressure                                                                  |
  45. |                   parent rock                                               |
  46. |                                  temperature                                |
  47. |                                                                             |
  48. |                                                                             |
  49. |                                                                             |
  50. |                                                                             |
  51. |      Figure 1.  Origin of the Stone Species                                 |
  52. |                                                                             |
  53. |                                                                             |
  54. +-----------------------------------------------------------------------------+
  55.  
  56.     π|Example:π%
  57. This figure leaves  half an inch of  space above the title,  "Size data of a
  58. | . .  ".                                                                     |
  59.  
  60. the same proportions.
  61. \db{\figure{\vs{.5in}}{Size data of a Yellow
  62. Transparent fruit during the period of July 23 to August 9,
  63. 1977. (fruit No. IV@_b@)}
  64. This suggests parallels  . . .  }
  65.  
  66. +-----------------------------------------------------------------------------+
  67. |                                                                             |
  68. |                                                                             |
  69. |                                                                             |
  70. |                                                                             |
  71. |                                                                             |
  72. |                                                                             |
  73. |                                                                             |
  74. |      Figure 2.     Size data of a Yellow Transparent fruit during the       |
  75. |         period of July 23 to August 9, 1977.  (fruit No.  IV[b])            |
  76. |                                                                             |
  77. +-----------------------------------------------------------------------------+
  78.  
  79.     π|Example:π%
  80. This figure  leaves an entire  empty page for the  figure.   The title would
  81. print at the bottom of the figure.
  82.  
  83. the same proportions.
  84. \figure{\fullpage}{Origins of the Human Species}
  85. This suggests parallels  . . .
  86.  
  87.     π|Example:π%
  88. This figure leaves a half page  empth for the figure.  The title would print
  89. at the bottom of the figure.
  90.  
  91. the same proportions.
  92. \figure{\halfpage}{Origins of the Human Species}
  93. This suggests parallels  . . .
  94.  
  95.     π|Notes:π%
  96.  
  97. By default, text "floated" is text that  is moved in front of a figure.  The
  98. figure is moved  to the top of the  current page if there is  room left.  If
  99. not enough room remains,  then the figure is printed at  the top of the next
  100. page.  To disable this floating process, refer to the \figureformat markup.
  101.     For  both \halfpage  and  \fullpage,  the figure  title  is  included in
  102. determining how much space to leave.
  103.     By default, each new \part will start numbering figures over again at 1.
  104. Use \setfigurenumber to reset the figurenumber outside of parts.
  105.     When figures  are using the  default "float" method  of placing figures,
  106. you  cannot  use \twocolumns  or  \threecolumns  in parameter  1.     If you
  107. are using  the \nofloat  option specified in  \figureformat you  may use the
  108. multiple column specifications.
  109.     Use the \figureformat markup to modify the figure style.
  110.     You can not use \settabs within \figure.
  111.